How to Use join in Linq query mvc .
2222
30-Nov-2015
I want to use Use join in Linq query please help me.
Anonymous User
30-Nov-2015LINQ has a JOIN query operator that provides SQL JOIN like behavior and syntax. As you know, Inner join returns only those records or rows that match or exists in both the tables.